home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / bindery / objscan / objscan.doc next >
Text File  |  1996-07-10  |  3KB  |  120 lines

  1.  
  2.  
  3.  
  4.                                     OBJSCAN
  5.                                By John M. Brown
  6.                                     5/1/90
  7.  
  8.   The Novell network stores information about network entities in the form of
  9.   an "object". A Novell network object may be a file server, print server,
  10.   bridge, network user, user group or any other network entity. This entity
  11.   may be physical (like a file server) or logical (like a user group). This
  12.   list of objects is stored in a special Novell database called a bindery.
  13.   Associated with any object in the bindery is a set of properties that
  14.   defines information about the object. These properties may include the
  15.   network address, list of members, descriptive information, etc. 
  16.  
  17.   OBJSCAN will display information about Novell Network objects.
  18.  
  19.   OBJSCAN has the following syntax:
  20.  
  21.   OBJSCAN objname|objid|objtype [prpname] [-P|-V|-H]
  22.  
  23.   objname - This may be the object name, the object ID or the object type. *
  24.             and ? wild cards are acceptable. This argument alone will display
  25.             the object name, object ID and object type of each object that
  26.             matches up.
  27.  
  28.   prpname - This is the property name if you wish to list just a particular
  29.             property of a given object. Including a property name will cause
  30.             -V to be assumed unless otherwise noted. Wild cards are acceptable.
  31.  
  32.   -P -      This will cause the property names to be listed under each
  33.             object. The properties will be listed as they are found in the
  34.             bindery table.
  35.  
  36.   -V -      This will cause the property names to be listed along with the
  37.             values of each property. The values will be listed as they appear
  38.             in the bindery table. This option will attempt to decode the
  39.             values into addresses, group or user names if possible. Otherwise
  40.             it will display the information in a hex/text format similar to
  41.             DOS debug.
  42.  
  43.   -H -      This will display properties and values as with the -V option,
  44.             but it will make no attempt to decode the information. All data
  45.             will be displayed in a hex/text format.
  46.  
  47.   Object types currently defined in the program are as follows:
  48.  
  49.         1 = Network User
  50.         2 = User Group
  51.         3 = Print Queue
  52.         4 = File Server
  53.         7 = Print Server
  54.        35 = Async Gateway
  55.        38 = Async Bridge
  56.       122 = MicroVax
  57.       258 = Bindery
  58.       321 = LanSpool Print Server
  59.     28416 = Rabbit Gateway
  60.  
  61.  
  62.  
  63.   To try out OBJSCAN, go into the Novell SYS:MAIL directory. Look at the
  64.   directories there. These directory names are actually object id numbers.
  65.   Try some of these user ID numbers as an argument to OBJSCAN. OBJSCAN will
  66.   tell you who belongs to that ID. Go into the SYS:SYSTEM directory and check
  67.   out the directories that have the user ID as their name. You will find out
  68.   these belong to the queues defined for your server.
  69.  
  70.   Try OBJSCAN 2 GR* <Enter>. This will print out all groups along with the
  71.   group members for your server. If you are using Async bridges, try OBJSCAN
  72.   38 <Enter> for a listing of all currently defined bridges. OBJSCAN 4
  73.   <Enter> is where the SLIST program gets its information. OBJSCAN * <Enter>
  74.   will display every object defined for your server.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.